home *** CD-ROM | disk | FTP | other *** search
- freq = 2;
- grid = 32;
- frac = (random(2) + 1) * 8;
- t = - random(20);
- dx = 0;
- dy = 0;
- tellTarget("anim")
- {
- gotoAndStop(3);
- }
- direx = (random(2) + 1) * 2;
- if(direx == 2)
- {
- _X = _X + 32 * freq;
- _Y = _Y + 16 * freq;
- }
- nom = _name;
- zplus = int(nom.charAt(1));
-